home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
prog
/
atari
/
c
/
uucosr10
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-05-25
|
233 b
|
9 lines
TARGET=uucoder.prg
OBJECTS=uucoder.o event.o encode.o decode.o fsel.o
HEADERS=uucoder.h
LIBRARIES=\lib\aesfast.a
CFLAGS=-v -O
$(TARGET) : $(OBJECTS) $(LIBRARIES) $(HEADERS)
cc $(CFLAGS) -o $(TARGET) $(OBJECTS) $(LIBRARIES)